Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the testing-tools group across 1 directory with 3 updates #681

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps the testing-tools group with 3 updates in the / directory: @cypress/vite-dev-server, @cypress/vue and cypress.

Updates @cypress/vite-dev-server from 5.1.0 to 5.1.1

Commits
  • efcc71a chore: release @​cypress/vite-dev-server-v5.1.1
  • a8af6cc chore: release @​cypress/svelte-v2.0.1
  • eb0762c chore: release @​cypress/react18-v2.0.1
  • 478815e chore: release @​cypress/react-v8.0.2
  • 2b9c4ba chore: release @​cypress/puppeteer-v0.1.5
  • 6c9f40a chore: release @​cypress/mount-utils-v4.1.1
  • 0605604 chore: release @​cypress/grep-v4.0.2
  • 2304039 chore: release @​cypress/schematic-v2.5.2
  • dae6a0d chore: release @​cypress/angular-v2.0.4
  • cceea03 feat: add CT support for angular 18 (#29584)
  • Additional commits viewable in compare view

Updates @cypress/vue from 6.0.0 to 6.0.1

Commits
  • c081a4f chore: release @​cypress/vue-v6.0.1
  • efcc71a chore: release @​cypress/vite-dev-server-v5.1.1
  • a8af6cc chore: release @​cypress/svelte-v2.0.1
  • eb0762c chore: release @​cypress/react18-v2.0.1
  • 478815e chore: release @​cypress/react-v8.0.2
  • 2b9c4ba chore: release @​cypress/puppeteer-v0.1.5
  • 6c9f40a chore: release @​cypress/mount-utils-v4.1.1
  • 0605604 chore: release @​cypress/grep-v4.0.2
  • 2304039 chore: release @​cypress/schematic-v2.5.2
  • dae6a0d chore: release @​cypress/angular-v2.0.4
  • Additional commits viewable in compare view

Updates cypress from 13.11.0 to 13.13.0

Release notes

Sourced from cypress's releases.

v13.13.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

v13.12.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

Commits
  • a16edd5 chore: move frontend-shared from a dev dependency to a runtime dependency in ...
  • 10f90f9 chore: release 13.13.0 (#29781)
  • c0f2f1a chore: Update v8 snapshot cache (#29773)
  • aa8aaa1 chore: fix testing kitchen sink job against staging as it needs node 20.8 or ...
  • c2473c0 dependency: update dependency launch-editor to v2.8.0 (#29770)
  • f2554f1 feat: add Angular Signals CT Harness for Angular 17.2 and up for users to be ...
  • ed85a2c chore: Update v8 snapshot cache (#29758)
  • a3f7a3c chore: Update Chrome (beta) to 127.0.6533.26 (#29760)
  • 606a43b refactor: CriClient -> traditional class + async factory (#29676)
  • db6afb1 dependency: update dependency memfs to v3.5.3 (#29746)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
cypress [>= 10.a, < 11]
@cypress/vite-dev-server [>= 3.a, < 4]
@cypress/vue [>= 4.a, < 5]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies [PR] Changes that update dependencies label Jul 2, 2024
… 3 updates

Bumps the testing-tools group with 3 updates in the / directory: [@cypress/vite-dev-server](https://github.com/cypress-io/cypress), [@cypress/vue](https://github.com/cypress-io/cypress) and [cypress](https://github.com/cypress-io/cypress).


Updates `@cypress/vite-dev-server` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/vite-dev-server-v5.1.0...@cypress/vite-dev-server-v5.1.1)

Updates `@cypress/vue` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/@cypress/vue-v6.0.0...@cypress/vue-v6.0.1)

Updates `cypress` from 13.11.0 to 13.13.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.11.0...v13.13.0)

---
updated-dependencies:
- dependency-name: "@cypress/vite-dev-server"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing-tools
- dependency-name: "@cypress/vue"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: testing-tools
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing-tools
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/testing-tools-85fdc5ef1a branch from 80b0391 to 7fce37b Compare July 15, 2024 04:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 17, 2024

Superseded by #691.

@dependabot dependabot bot closed this Jul 17, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/testing-tools-85fdc5ef1a branch July 17, 2024 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies [PR] Changes that update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants